home *** CD-ROM | disk | FTP | other *** search
- %%BeginFile: lw8_bubn-2.0
- /$t Z
- /$p Z
- /$s Z
- /$o 1. def
- /2state? F def
- /ps Z
- level2 startnoload
- /pushcolor/currentrgbcolor ld
- /popcolor/setrgbcolor ld
- /setcmykcolor where
- {
- pop/currentcmykcolor where
- {
- pop/pushcolor/currentcmykcolor ld
- /popcolor/setcmykcolor ld
- }if
- }if
- level2 endnoload level2 not startnoload
- /pushcolor
- {
- currentcolorspace $c eq
- {
- currentcolor currentcolorspace T
- }{
- currentcmykcolor F
- }ifelse
- }bd
- /popcolor
- {
- {
- setcolorspace setcolor
- }{
- setcmykcolor
- }ifelse
- }bd
- level2 not endnoload
- /pushstatic
- {
- 2state?
- $o
- $t
- $p
- $s
- $cs
- ps
- }bd
- /popstatic
- {
- /ps xs
- /$cs xs
- /$s xs
- /$p xs
- /$t xs
- /$o xs
- /2state? xs
- }bd
- /pushgstate
- {
- save errordict/nocurrentpoint{pop 0 0}put
- currentpoint
- 3 -1 roll restore
- pushcolor
- currentlinewidth
- currentlinecap
- currentlinejoin
- currentdash exch aload length
- np clippath pathbbox
- $m currentmatrix aload pop
- }bd
- /popgstate
- {
- $m astore setmatrix
- 2 index sub exch
- 3 index sub exch
- rC
- array astore exch setdash
- setlinejoin
- setlinecap
- lw
- popcolor
- np :M
- }bd
- /bu
- {
- pushgstate
- gR
- pushgstate
- 2state?
- {
- gR
- pushgstate
- }if
- pushstatic
- pm restore
- mTS setmatrix
- }bd
- /bn
- {
- /pm save store
- popstatic
- popgstate
- gS
- popgstate
- 2state?
- {
- gS
- popgstate
- }if
- }bd
- /cpat{pop 64 div setgray 8{pop}repeat}bd
- %%EndFile
-